home *** CD-ROM | disk | FTP | other *** search
- this.VIDEO_NAVIGATION.register("VIDEO",this.VIDEO);
- this.VIDEO_NAVIGATION.register("PLAY",this.bt_PLAY);
- this.VIDEO_NAVIGATION.register("PAUSE",this.bt_PAUSE);
- this.VIDEO_NAVIGATION.register("REWIND",this.bt_REWIND);
- this.VIDEO_NAVIGATION.register("FORWARD",this.bt_FORWARD);
- this.VIDEO_NAVIGATION.register("MUTE",this.bt_MUTE);
- this.VIDEO_NAVIGATION.register("VOLUME_SLIDER",this.bt_VOLUME_SLIDER);
- this.VIDEO_NAVIGATION.register("VOLUME_SLIDER_BAR",this.bt_VOLUME_SLIDER_BAR);
- this.VIDEO_NAVIGATION.setEnabled(false);
- this.loadVideo("dependencies/default.jpg","JPEG");
-